home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 114 / macaddict114.cdr / Software / Internet & Communication / IOXWebcamX-1.1.dmg / IOXWebcamX-1.1.pkg / Contents / Resources / preflight < prev    next >
Encoding:
Text File  |  2005-05-05  |  276 b   |  12 lines

  1. #!/bin/sh +x
  2.  
  3. /bin/chmod 755 "$1/Contents/Resources/VideoInstallerTools.sh"
  4. source "$1/Contents/Resources/VideoInstallerTools.sh"
  5. processPreflightArgs "$1" "$2" "$3" "$4"
  6. defineInstallLocations "IOXperts" "IOXperts"
  7.  
  8. uninstall webcam
  9. upgradeOrRemoveDeviceMonitorPrefs
  10.  
  11. exit 0
  12.